home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c-part1 / 6477 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  699 b 

  1. Path: news.Stanford.EDU!usenet
  2. From: lolo@leland.stanford.edu (Robert X. Cadena)
  3. Newsgroups: comp.lang.c
  4. Subject: Need Help on Recursive Function.
  5. Date: Sun, 25 Feb 1996 01:06:33 GMT
  6. Organization: Stanford University
  7. Message-ID: <4gocp6$378@nntp.Stanford.EDU>
  8. Reply-To: lolo@leland.stanford.edu
  9. NNTP-Posting-Host: larkin-95-209a.stanford.edu
  10. X-Newsreader: Forte Free Agent v0.55
  11.  
  12. Hello.  I have to write a game of boggle, and one of the requirements
  13. is to use a recursive function to search for the word within the
  14. board.  I'm thinking the approach should be a maze like recursive
  15. function, but I don't know how to go about doing this.  Any help,
  16. pseudo code, etc, would be appreciated.  Thanks.
  17.  
  18.  
  19.  
  20.